home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000303_news@columbia.edu _Fri Feb 16 13:45:38 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  6KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id NAA18726
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Fri, 16 Feb 2001 13:45:37 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA11863
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 16 Feb 2001 13:45:37 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id NAA13253
  10.     for kermit.misc@watsun.cc.columbia.edu; Fri, 16 Feb 2001 13:45:33 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: interfacing to FANUC CNC controller
  14. Date: 16 Feb 2001 18:45:32 GMT
  15. Organization: Columbia University
  16. Message-ID: <96jsgc$cu2$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <HUdj6.275608$w35.45549405@news1.rdc1.nj.home.com>,
  20. dls2 <dlshearer@home.com> wrote:
  21. : The first DC (Device Control) character which appeared,
  22. : before the first percent sign (%), was an up/down arrow,
  23. : associated with being a ^R, or DC2.
  24. : The second DC (Device Control) character which appeared,
  25. : after the second, and last, percent sign (%), was a paragraph
  26. : symbol, associated with being a ^T, or DC4.
  27. Note that any association of graphic symbols with C0 control
  28. characters has nothing to do with ASCII or any other standard.
  29. It's a PC peculiarity,
  30.  
  31. : CTRL-R and CTRL-T do appear,
  32. : but I have no idea what they mean,
  33. : much less how Kermit interprets
  34. : them regarding flow control.
  35. It doesn't; they are data characters.  If they come in, Kermit
  36. records them in the session log, just like any other characters
  37. except -- if Xon/Xoff flow control is in effect -- Xon and Xoff.
  38.  
  39. : Since the CTRL-R and CTRL-T appear at the head and
  40. : foot of the data, respectively, do they have something to
  41. : do with handshaking?  How should handshaking be set?
  42. They might have something to do with it, but if so it's not any
  43. standard or well-known form of handshaking.
  44.  
  45. : Is XMIT the wrong command to be using for reading a file
  46. : from disk and spooling the raw contents out onto the line?
  47. It depends on the requirements of the device.
  48.  
  49. : Does XMIT assume the use of a protocol, be that X-, Y-, or
  50. : Z-modem, or Kermit, and not ASCII?
  51. No.
  52.  
  53. : Should I have attempted to use the FILE command, instead?
  54. Maybe.
  55.  
  56. : The FANUC CNC controller gets put into a state where it is
  57. : ready to accept data.  The assumption is that this controller
  58. : is attempting to read from tape, so the mode is one of LSK
  59. : (Label SKip).  The controller will read any data sent to it, but
  60. : will not actually regard any of what is sent to it as data, until
  61. : after the first percent sign (%) is sent to it.  Upon receiving
  62. : this first percent sign (%), the controller switches to an Input
  63. : mode, wherein everything received is considered to be data,
  64. : and duely processed as such, until such time as a second
  65. : percent sign (%) appears, signifying an end to the data input,
  66. : and switching the controller out of its Input mode.
  67. Yes, but the question is, how does the controller signal you
  68. that it is ready to receive data?  What form does the dialog,
  69. if any, take?  From what you've said, it appears that maybe it
  70. it sends a kind of "prompt" framed by ^R and ^T.  So maybe
  71. Kermit needs to wait for a ^T before sending the next record.
  72. So try this:
  73.  
  74.   set xmit prompt 20  ; 20 is the ASCII (decimal) code for Ctrl-T.
  75.  
  76. - Frank
  77. From news@columbia.edu  Fri Feb 16 13:45:37 2001
  78. Return-Path: <news@columbia.edu>
  79. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  80.     by monire.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id NAA14554
  81.     for <kermit.misc@cpunix.cc.columbia.edu>; Fri, 16 Feb 2001 13:45:37 -0500 (EST)
  82. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  83.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA11860
  84.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 16 Feb 2001 13:45:36 -0500 (EST)
  85. Received: (from news@localhost)
  86.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id NAA12625
  87.     for kermit.misc@watsun.cc.columbia.edu; Fri, 16 Feb 2001 13:30:55 -0500 (EST)
  88. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  89. From: "Joe H. Gallagher" <dtrwiz@ix.netcom.com>
  90. Subject: "can't open connection" K95 error
  91. Date: Fri, 16 Feb 2001 13:28:33 -0500
  92. Organization: MindSpring Enterprises
  93. Message-ID: <3A8D714F.4FC99117@ix.netcom.com>
  94. To: kermit.misc@columbia.edu
  95.  
  96. Kermit-95 Version 1.1.20 (upgraded from 1.1.11 via 1.1.17)
  97. hp 733Mhz machine
  98. OS: Microsoft ME
  99. Serial ports on com1 and com2
  100. Lucent Technologies (new) V90 "software modem" on com3.
  101.  
  102. Hyperterm works on com3.
  103. Can access the Internet on com3.
  104. Can access an external modem on com1 using Kermit-95.
  105.  
  106. However, when trying to access com3 with Kermit-95 with
  107. SET PORT or SET LINE, I get
  108.  
  109.     Sorry, can't open connection: com3: Invalid argument.
  110. or
  111.     Sorry, can't open connection: com3: Bad file descriptor.
  112.  
  113. How do I set up the operating system or configure Kermit
  114. so that Kermit-95 can "talk to" this "software modem"?  
  115. Is there some way to tell Kermit about the special 
  116. driver for this modem?  Its as though Kermit-95 is
  117. incompatible with this kind of "softare modem"?!?!
  118.  
  119. Thanks for any help.
  120.  
  121. Joe H. Gallagher